home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / morbus.swf / scripts / DefineButton2_2589 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-03-20  |  104 b   |  8 lines

  1. on(release){
  2.    if(_root.c < "100")
  3.    {
  4.       _root.hp.hpnow += 6;
  5.       gotoAndStop(1);
  6.    }
  7. }
  8.